Connectivity Software User's Guide and Reference
MergeAttributes(Attribute[],Attribute[],Attribute[]) Method



OpcLabs.BaseLibPrimitives Assembly > OpcLabs.BaseLib.ComponentModel.Internal Namespace > AttributeStore Class : MergeAttributes(Attribute[],Attribute[],Attribute[]) Method

The value of this parameter can be null (Nothing in Visual Basic).

The individual elements of the parameter value cannot be null (Nothing in Visual Basic).

The value of this parameter can be null (Nothing in Visual Basic).

The individual elements of the parameter value cannot be null (Nothing in Visual Basic).

The value of this parameter can be null (Nothing in Visual Basic).

The individual elements of the parameter value cannot be null (Nothing in Visual Basic).

Syntax
'Declaration
 
<JetBrains.Annotations.NotNullAttribute()>
<JetBrains.Annotations.ItemNotNullAttribute()>
Public Shared Function MergeAttributes( _
   ByVal attributes1() As Attribute, _
   ByVal attributes2() As Attribute, _
   ByVal attributes3() As Attribute _
) As Attribute()
'Usage
 
Dim attributes1() As Attribute
Dim attributes2() As Attribute
Dim attributes3() As Attribute
Dim value() As Attribute
 
value = AttributeStore.MergeAttributes(attributes1, attributes2, attributes3)
[JetBrains.Annotations.NotNull()]
[JetBrains.Annotations.ItemNotNull()]
public static Attribute[] MergeAttributes( 
   Attribute[] attributes1,
   Attribute[] attributes2,
   Attribute[] attributes3
)
[JetBrains.Annotations.NotNull()]
[JetBrains.Annotations.ItemNotNull()]
public:
static array<Attribute^>^ MergeAttributes( 
   array<Attribute^>^ attributes1,
   array<Attribute^>^ attributes2,
   array<Attribute^>^ attributes3
) 

Parameters

attributes1

The value of this parameter can be null (Nothing in Visual Basic).

The individual elements of the parameter value cannot be null (Nothing in Visual Basic).

attributes2

The value of this parameter can be null (Nothing in Visual Basic).

The individual elements of the parameter value cannot be null (Nothing in Visual Basic).

attributes3

The value of this parameter can be null (Nothing in Visual Basic).

The individual elements of the parameter value cannot be null (Nothing in Visual Basic).

Return Value

This method never returns null (Nothing in Visual Basic).

The individual elements of the returned value are never null (Nothing in Visual Basic).

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also